home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet 2003 March / Practical Internet Issue 78.iso / pc / Software / Essentials / AcroReader.exe / Reader / plug_ins / AcroFill.api / EXVW / 6200 next >
Encoding:
Text File  |  2002-08-12  |  771 b   |  19 lines

  1. dialog(name: '$$$/Dialogs/AFPrefs', margin_height: 0, margin_width: 0)
  2. {
  3.     view(align_children: align_left, dwidth: gPrefsPanelWidth)
  4.     {
  5.         cluster(name: '$$$/Dialogs/AFPrefs/General', dwidth: gPrefsPanelWidth, dheight: gPrefsPanelHeight, align_children: align_left)
  6.         {
  7.             check_box(item_id: 'auto', name: '$$$/Dialogs/AFPrefs/Auto');
  8.             check_box(item_id: 'focs', name: '$$$/Dialogs/AFPrefs/Focus');
  9.             check_box(item_id: 'cval', name: '$$$/Dialogs/AFPrefs/CacheValues');
  10.             check_box(item_id: 'high', name: '$$$/Dialogs/AFPrefs/Highlight');
  11.             view(align_children: align_row) {
  12.                 gap(width: 10);
  13.                 static_text(item_id: 'txt1', name: '$$$/Dialogs/AFPrefs/HighColor');
  14.                 button(item_id: 'col1', picture: true, height: 20, width: 22);
  15.             }
  16.         }
  17.     }
  18. }
  19.